Xbasic

SQL::RowSnapshotAddData Method

Syntax

L AddData (Column as SQL::ColumnValue)

Arguments

ColumnSQL::ColumnValue

A SQL::ColumnValue that specifies the value and name of the column to add.

Description

Add a column to the collection of columns.

Discussion

Adds a snapshot of an individual column to the row snapshot. Returns true if a column was added and false if there was an error.